Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / SparseArray<T> Class / PreviousNonEmptyIndex Method / PreviousNonEmptyIndex(Int32,T) Method


In This Topic
    PreviousNonEmptyIndex(Int32,T) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function PreviousNonEmptyIndex( _
       ByVal excludeIndex As Integer, _
       ByRef value As T _
    ) As Integer
    'Usage
     
    
    Dim instance As SparseArray(Of T)
    Dim excludeIndex As Integer
    Dim value As T
    Dim value As Integer
     
    value = instance.PreviousNonEmptyIndex(excludeIndex, value)
    public int PreviousNonEmptyIndex( 
       int excludeIndex,
       out T value
    )

    Parameters

    excludeIndex
    value
    See Also